home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / MISC / DTMFF110 / FFT.H < prev    next >
C/C++ Source or Header  |  1997-06-09  |  205b  |  9 lines

  1. /*
  2.  *  Prototypes for the routines in realfft.c and realffta.asm
  3.  */
  4. void          InitializeFFT( int );
  5. void          EndFFT( void );
  6. void          RealFFT( short * );
  7.  
  8. extern int   *BitReversed;
  9.